Feature: User browses sports
In order to view odds on sports
As a customer
I want to be able to navigate through sport pages
Scenario: User browses through available sports
Given I have arrived on the website11s 398ms
When I select a sport314ms
Then the sport should be displayed05s 851ms
Then the sport odds should be displayed on the screen30s 034msjava.lang.AssertionError: No sporting odds were found
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.assertTrue(Assert.java:41)
at sky.cucumber.stepDefinitions.HomePageStepDefinitions.the_sport_odds_should_be_displayed_on_the_screen(HomePageStepDefinitions.java:60)
at ✽.Then the sport odds should be displayed on the screen(SkySportNavigation.feature:11)
Screenshot 1
Screenshot 2